home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / PowerPlant View / PPViewPrefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-15  |  371 b   |  23 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. #ifndef __ansi_prefix__
  4. #define __ansi_prefix__
  5. #include <ansi_parms.h>
  6. #define __dest_os    __mac_os
  7. #endif
  8.  
  9. // Include precompiled headers.
  10. #ifdef powerc
  11. #include <PP_MacHeadersPPC>
  12. #else
  13. #include <PP_MacHeaders68K>
  14. #endif
  15.  
  16. // Define debugging symbols.
  17. #define Debug_Throw
  18. #define Debug_Signal
  19.  
  20. // Include the PowerPlant prefix file.
  21. #include <PP_Prefix.h>
  22.  
  23.